home *** CD-ROM | disk | FTP | other *** search
-
- /*⌐ Copyright 1988-1991 UserLand Software, Inc. All Rights Reserved.*/
-
-
- #define kbinclude /*so other includes can tell if we've been loaded*/
-
-
-
-
- tydirection keystroketodirection (char ch); /*prototype*/
-
-
- /*prototypes*/
-
- extern boolean arrowkey (char);
-
- extern tydirection keystroketodirection (char);
-
- extern setkeyboardstatus (EventRecord);
-
- extern keyboardclearescape (void);
-
- extern keyboardsetescape (void);
-
- extern boolean keyboardescape (void);
-
- extern keyboardpeek (tykeystrokerecord *);
-
- extern boolean enterkeydown (void);
-
-
-
-